home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d15 / ifw1.arc / IFWDISK.BAT < prev    next >
DOS Batch File  |  1991-01-25  |  3KB  |  103 lines

  1. echo off
  2. cls
  3. echo  
  4. echo  
  5. echo      This will create the Intellifont-for-Windows 3.0 installation
  6. echo      disks by copying the appropriate files in this directory to a
  7. echo      disk in drive A:.
  8. echo  
  9. echo      You *must* use this batch file to create the installation disks
  10. echo      before you can install Intellifont-for-Windows 3.0.
  11. echo  
  12. echo      Before you proceed, you will need two blank formatted high
  13. echo      density 5.25" or 3.5" diskettes.
  14. echo  
  15. echo  
  16. echo      Press [Control]C to terminate this program
  17. echo      or any key to continue...
  18. pause >nul
  19. echo  
  20. echo  
  21. echo      Put a blank formatted high density disk in drive A:
  22. echo      and press any key to continue...
  23. pause >nul
  24. echo  
  25. echo  
  26. echo      Copying files...
  27. md a:\td
  28. md a:\system
  29. rem Disk 1 - root
  30. copy IFWSETUP.EXE a:\ >nul
  31. copy IFWDOS.EXE a:\ >nul
  32. copy SUMMARY.LST a:\ >nul
  33. copy SOMESUM.LST a:\ >nul
  34. copy IFWGUIDE.WRI a:\ >nul
  35. copy SYSTEM.LST a:\ >nul
  36. copy WINDOWS.LST a:\ >nul
  37. copy IFW.EXE a:\ >nul
  38. copy IFW.HLP a:\ >nul
  39. copy README.TXT a:\ >nul
  40. rem Disk 1 \TD
  41. copy HQ3.FNT a:\td >nul
  42. copy IF.FNT a:\td >nul
  43. copy IF.DSC a:\td >nul
  44. copy IF.SS a:\td >nul
  45. rem Disk 1 \SYSTEM
  46. copy IFW.DRV a:\system >nul
  47. copy HPPCL5A.DRV a:\system >nul
  48. copy HPPCL5A.HLP a:\system >nul
  49. copy FINSTALL.DLL a:\system >nul
  50. copy FINSTALL.HLP a:\system >nul
  51. copy PCLEO.DLL a:\system >nul
  52. cls
  53. echo  
  54. echo  
  55. echo      Installation files for disk 1 have been copied to A:
  56. echo  
  57. echo      Please remove the disk from drive A: and label it
  58. echo      "Intellifont for Windows 3.0  Disk 1".
  59. echo  
  60. echo      Press any key to continue...
  61. pause >nul
  62. cls
  63. echo  
  64. echo  
  65. echo      Put another blank formatted high density disk
  66. echo      in drive A: and press any key to continue...
  67. pause >nul
  68. echo  
  69. echo  
  70. echo      Copying files...
  71. md a:\td
  72. md a:\td\type
  73. rem Disk 2 - root
  74. copy IFWSETUP.BAT a:\ >nul
  75. copy IFWPUT.EXE a:\ >nul
  76. copy TYPEFACE.LST a:\ >nul
  77. rem Disk 2 \TD\TYPE
  78. copy 92500.TYP a:\td\type >nul
  79. copy 94021.TYP a:\td\type >nul
  80. copy HQ3UPDT.TYQ a:\td\type >nul
  81. copy PLUGIN.TYQ a:\td\type >nul
  82. copy SCREEN.TYS a:\td\type >nul
  83. copy 92501.TYP a:\td\type >nul
  84. copy 92504.TYP a:\td\type >nul
  85. copy 92505.TYP a:\td\type >nul
  86. copy 94022.TYP a:\td\type >nul
  87. copy 94023.TYP a:\td\type >nul
  88. copy 94024.TYP a:\td\type >nul
  89. cls
  90. echo  
  91. echo  
  92. echo      Installation files for disk 2 have been copied to A:
  93. echo  
  94. echo      Please remove the disk from drive A: and label it
  95. echo      "Intellifont for Windows 3.0  Disk 2".
  96. echo  
  97. echo  
  98. echo      To install Intellifont for Windows 3.0, please see the
  99. echo      instructions in the file README.TXT on the disk labeled
  100. echo      "Intellifont for Windows 3.0 Disk 1".
  101. echo  
  102. echo  
  103.